Platform Explorer / Nuxeo Platform 6.0

Operation Seam.NavigateTo (Navigate to Document)

Description

Navigate to the input document. The outcome of the UI action will be stored in the operation chain context as the 'Outcome' variable. Returns back the document.
Operation id Seam.NavigateTo
Category User Interface
Label Navigate to Document
Requires Seam
Since

Parameters

Name Description Type Required Default value
view string no  

Signature

Inputs document
Outputs document

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.jsf.operations.Navigate
Contributing Component org.nuxeo.ecm.automation.jsf.contrib

JSON Definition

{
  "id" : "Seam.NavigateTo",
  "label" : "Navigate to Document",
  "category" : "User Interface",
  "requires" : "Seam",
  "description" : "Navigate to the input document. The outcome of the UI action will be stored in the operation chain context as the 'Outcome' variable. Returns back the document.",
  "url" : "Seam.NavigateTo",
  "signature" : [ "document", "document" ],
  "params" : [ {
    "name" : "view",
    "description" : null,
    "type" : "string",
    "required" : false,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}